|
|
|
BlueCielo Meridian Global Collaboration Framework 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions |
The following procedure is appropriate if a prior version of the GCF is installed, you have already customized the GCF VBScript code, and you want to integrate your custom code with the GCF 2012 VBScript code. If you have not customized the GCF VBScript code and you want to update the existing code to work with GCF 2012, see Updating custom GCF script to GCF 2012.
To integrate the existing VBScript code of a vault, read what has been changed below and modify your custom script accordingly:
GCFBrc_BeforeInclude
GCFBrcEvent_BeforeImport
GCFBrc_AfterImport
GCFBrc_AfterInclude
GCFBrcEvent_AfterReadProperty
GCFBrcEvent_BeforeWriteProperty
GCFDocGeneric_AfterNewDocument
GCFDocWorkingCopyEvent_AfterSubmitWC
GCFDocWorkingCopyEvent_AfterRevokeWC
GCFDocWorkAreaEvent_AfterRelease
GCFDocWorkAreaEvent_AfterAssign
GCFDocWorkAreaEvent_AfterCancel
GCFDocWorkflowEvent_AfterChangeWFState
GCFDocWorkflowEvent_AfterChangeWFPerson
GCFDocWorkflowEvent_AfterRevokeWF
GCFDocCWFEvent_AfterExecuteTransition
GCFDocCWFEvent_AfterReroute
Note Only the hybrid event handlers should be left, see step 8.
OwnershipStatus
InitiateUpdate
GCFSetLastTransferDate
GCFCallRemote
MergeDelimitedStrings
GCFInitiateTransfer
GCFClearTransit
GCFDocumentStatus
GCFDocumentWpID
GCFRequestToSend
GCFRequestToSendEx
GCFRequestOwnership
GCFAddShare
InitGCF
InitGCFExport
InitGCFImport
CheckDocumentChanged
GetOwnerShare
SetShareOnOwnerSite
LogOnInclude
SetModifiedBy
LogOnImport
GCFGetLog
GCFSetLog
GetCurrentWorkAreaName
GetParentWorkAreaName
EnlistAllSites
SetLock
SetLockRemote
ManageChangeTodoPerson
GCFCrossSiteWorkflow
TransferWorkflow
GCFInitTransferToDoPerson
SetNextTodoPerson
If bIsGcf then Exit Sub
And replace it with the following new code:
If Vault.Argument("IsGcf") then Exit Sub
Note The name of the argument is case-sensitive.
GCFHideCollaborationStatus
DelistVault
SyncWorkflowLog
AutoEnlistAllSites
GCFShowRemoteDeletionConfirmation
GCFAvailableForCollaboration
GetGCFSiteByPerson
GCFDocHybridEvent_AfterHybridPart
GCFDocHybridEvent_BeforeHybridPart
Related concepts
Related tasks
Updating custom GCF script to GCF 2012
Understanding common conflicts
Suppressing custom code during GCF operations
Controlling the GCF with VBScript
Hiding the Collaboration Status property page
Copyright © 2000-2012 BlueCielo ECM Solutions |